Welcome![Sign In][Sign Up]
Location:
Search - dom xml

Search list

[SCMcxxtools-1.99.5.tar

Description: RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。   整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。   RapidXml 为采用C++语言操作XML提供了机遇,同时结合XMPP协议也开启了诸如Wt、CxServer等基于C++的网络应用在即时通讯领域的更宽广的发展空间。
Platform: | Size: 665600 | Author: 动力传说 | Hits:

[xml-soap-webservicetestxml

Description: C++解析xml dom,很有用的,有详细注释-C++ parsing xml dom, very useful, detailed notes
Platform: | Size: 2048 | Author: luojh | Hits:

[xml-soap-webserviceDevelopment_of_electronic_data_DOM_XML_classic

Description: XML开发DOM经典电子资料Development of electronic data DOM XML classic-DOM XML Development classical electronic Development of electronic data DOM XML classic
Platform: | Size: 9216 | Author: ien | Hits:

[JSP/Javach4

Description: xml 两种解析方式的例子,sax和dom-xml examples of two analytical methods
Platform: | Size: 35840 | Author: yaozhen | Hits:

[JSP/Javapms_ssh_beta

Description: 通用权限管理系统,使用struts1.2.9+spring3.0.4+Hibernate3.5.6开发,本系统应该内置资源,操作,权限,角色和超级管理员。提供一个系统初始化的功能: XML技术:XML语法、DTD、Schema、XML的解析技术(DOM、SAX、JDOM、DOM4J) -Common rights management system, the use struts1.2.9+ spring3.0.4+ Hibernate3.5.6 development, the system should be built-in resources, operations, permissions, roles, and super-administrator. The function of a system initialization: XML technologies: XML syntax, DTD, Schema, XML parsing technologies (DOM, SAX, JDOM, DOM4J)
Platform: | Size: 14536704 | Author: gubo | Hits:

[JSP/JavaXML

Description: 在这里介绍了jdom,dom和dom4j对xml文件的增删改和查的操作-Presented here, jdom, dom and dom4j xml file additions and deletions to the search operation and
Platform: | Size: 463872 | Author: 明溪 | Hits:

[JSP/JavaXML-parser

Description: XML DOM parser for an simple xml using import javax.xml.parsers.DocumentBuilder import javax.xml.parsers.DocumentBuilderFactory import javax.xml.parsers.ParserConfigurationException
Platform: | Size: 2048 | Author: Magda | Hits:

[xml-soap-webservicebaodashi

Description: XML的四种解析器(dom,sax,jdom,dom4j)原理及性能比较 -Four XML parser (dom, sax, jdom, dom4j) principles and performance comparison
Platform: | Size: 49152 | Author: xuefeng | Hits:

[xml-soap-webserviceXML

Description: XML文件的实例操作,主要使用的是DOM解析方式对XML文件进行解析!-XML instance document operations, mainly using the DOM parsing XML file parsing way!
Platform: | Size: 23552 | Author: 黄星 | Hits:

[androidXMLParsing-Using-DOM

Description: XML parsing demo using DOM parser in Android 2.3
Platform: | Size: 46080 | Author: chodu | Hits:

[JSP/JavaDomTest

Description: Dom解析xml并输出xml树,把生成的xml保存到相应的文件夹下-DOM ANALYSIS XML and export xmltree ,save xmltree for folder。
Platform: | Size: 3072 | Author: jingzi | Hits:

[androiddata-storage(5)

Description: Android中解析xml文件的方法  SAX:Simple API for XML  DOM:Document Object Model  pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数,这些方法定义在ContentHandler接口中。 -Xml file parsing in Android method  SAX: Simple API for XML  DOM: Document Object Model  pull for SAX SAX parsing is fast and small footprint XML parser. SAX parsing XML file using the event-driven, that is, it does not need to parse the entire document, in order to parse the document according to the content process, SAX will determine whether the current read character in a certain part of the XML syntax, if the line is departure events. Fact that some so-called event callback function, these methods defined in the ContentHandler interface.
Platform: | Size: 113664 | Author: 玉树 | Hits:

[xml-soap-webserviceDom-forXML

Description: 在vc中运用DOM来解析xml,对过系统自带的方法,来解决MFC中创建,修改,读XML-dom for XML, with DOM ,you can easy to parse xml
Platform: | Size: 144384 | Author: | Hits:

[xml-soap-webserviceXMLDOM

Description: 从批量XML文件中读取XML DOM标记,并操作其相关属性值进行计算或者动态数据处理。- Response XML file s DOM, operation the DOM s tag attribute ,and calculate the data.
Platform: | Size: 3072 | Author: Li Shngli | Hits:

[JSP/Javajavascript

Description: 详解JavaScriptmw内置对象和文档对象;覆盖函数、Ajax、DOM、XML、正则表达式、事件以及安全性;涵盖文字特效、图片特效、时间特效、窗体特效及菜单特效;-Detailed JavaScriptmw built-in objects and document objects coverage function, Ajax, DOM, XML, regular expressions, events, and security include text effects, image effects, time effects, form effects and menu effects
Platform: | Size: 864256 | Author: chenxiao | Hits:

[JSP/JavaXML-program

Description: Java几种常用方式解析xml总结,包括JDOM,DOM4J-Java parse xml jdom,dom4j,dom
Platform: | Size: 179200 | Author: | Hits:

[JSP/Javaxml

Description: java DOM JDOM DOM4J解析Xml文档
Platform: | Size: 446464 | Author: 曾水莲 | Hits:

[xml-soap-webserviceXML

Description: 通过java中dom包对XML文档进行解析,dom解析与sax方式不同,sax为流式解析,且只读,dom则不这样,java代码-The dom package in java to parse an XML document, parse dom and sax way, sax stream parsing, and read-only, the dom is not the case, the java code
Platform: | Size: 2795520 | Author: 谭诚伟 | Hits:

[Otherxml

Description: android xml解析,sax pull dom三个解析-Android XML analytical
Platform: | Size: 57344 | Author: 王鑫 | Hits:

[Otherxml

Description: XML初级资料,内容有:第1章 XML概述,第2章 XML文件的规则,第3章 XML数据的底层结构,第4章 XML Scherma模式,第5章 使用CSS格式化显示XML文件,第6章 使用XSL格式化显示XML文件,第7章 XML的数据源对象,第8章 DOM解析器,第9章 SAX解析器-Primary XML data, content: Chapter 1 XML Overview, Chapter 2 of the rules of the XML file, in Chapter 3, the underlying structure of the XML data, Chapter 4 XML Scherma mode, Chapter 5, CSS formatting XML file, Chapter XSL Formatting XML file, Chapter 7 XML data source object, Chapter 8, Chapter 9 of the DOM parser SAX parser
Platform: | Size: 1300480 | Author: Roger | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »

CodeBus www.codebus.net